home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 21 / AMIGAplus Sonderheft 21 (1999)(ICP)(DE)[!].iso / PublicDomain / Anwendungen / EMinied / EMINIED.DOC < prev    next >
Text File  |  1999-08-23  |  5KB  |  164 lines

  1.              MiniED instruction
  2.  
  3. Note: The program will be called MiniED. EMiniED is the English version of 
  4.       MiniED. 
  5.  
  6. 1. What is special about MiniEd?
  7.  
  8. MiniEd is a Texteditor, which can also save Ftxt - texts.  It
  9. offers extremely comfortable help for writing of Amiga-Guide
  10. and Html - texts.
  11.  
  12. Now here is version 2.
  13. What can it do?  Well,  first of all I am ready with the ANSI support.
  14. It is (almost) finished.  I would like to apologize first! 
  15. I have interpreted some Amiga-Guide commands completely wrong.
  16. The consequence was, that the AmigaGuide - support was no large
  17. help.  And otherwise?   I didn´t  expand the Html support.  
  18. Why that? I had already resonance on it.
  19.  
  20. I had no more time for HTML. I was put under pressure because of the
  21. publication of the English version.
  22. These were the things most important: 
  23. AmigaGuide - Error eradicate, HTML <-> ASCII converting,
  24. installing ANSI.  I wanted this version to be released as quickly
  25. as possible.
  26. Therefore the old sentence again:  
  27. While you read this, I am building V2.1 with expanded Html - support.
  28. This version is now in English. Finally I´ve finished it. 
  29. I would like to start an appeal. 
  30. Tell me your suggestions!  Address and Email are below.
  31. But please understand that I will need some time.
  32. I am a pupil of the 12th class and school occupies most of my time.
  33.  
  34. What is new?
  35.  
  36. - The searchfunction works completely
  37. - more buffers
  38. - Ansi
  39. - improved AmigaGuide - support
  40.  
  41. Printing doesn´t work perfectly.  Theoratically ( according to  "Das
  42. große AmigaBasic Buch" )  you would be able to print Ansi - characters.  
  43. When I tested, it did not function.
  44. I will try, to correct that.
  45. Perhaps somebody can help me.
  46.  
  47. 1.1 installation
  48. You must install the "MiniED.library" in the "Libs:".
  49.  
  50. The library is necessary for loading and saving as well as printing of
  51. Ansi-texts.  It slowes these processes extremely.
  52. However the ANSI-support works. It can´t work without the library.  
  53. If you don´t want to use Ansi-texts, switch the
  54. library off.  
  55. It is used then no more and the functions go more quickly.
  56. The library does not work at all if:
  57.  
  58. - you use the Textformat ASCII
  59. - you load or save Ftxt - texts.
  60.  
  61. 2. Copyright
  62.  
  63. This software is subject to the "Standard Amiga FD-Software Copyright Note".
  64. It is Freeware as defined in paragraph 4a.
  65. For more information please read "AFD-COPYRIGHT" (Version 1 or higher).
  66. The Icons are made with Icongraphics from Tom Ekstrom.
  67.  
  68. 3. The menus
  69.  
  70.  
  71. Project
  72.  
  73. New
  74. Deletes the current text
  75.  
  76. Load
  77. Here a text can be loaded.
  78.  
  79. Save
  80. Here a text can be saved.
  81.  
  82. Print
  83. The current text is printed
  84.  
  85. Library
  86. Here you can switch off the library. 
  87. This condition can be saved with "Save Config".
  88.  
  89. Info
  90. Information
  91.  
  92.  
  93. Edit
  94. Here you learn how to mark a Textblock.  You mark the
  95. beginning by a doubleclick on the line.
  96. With a second doubleclick the end is marked.
  97.  
  98. Delete
  99. Deletes the block
  100.  
  101. Copy
  102. Copies the block
  103.  
  104. Paste
  105. Attaches the block.
  106.  
  107. Special
  108.  
  109. Textformat
  110. Here you can select, whether the text should be saved in ASCII or FTXT.
  111.  
  112. CLI
  113. Calls up the CLI.
  114.  
  115. Filename
  116. Here you can insert a filename into the text.
  117.  
  118. File insert
  119. Inserts a file into the text.
  120.  
  121. Search
  122. Searchrequester is called up.
  123. You choose between finding a string or replacing it by an other one.
  124.  
  125. Save Config.
  126.  
  127. Here you can save, whether the library should be used or not.  The
  128. information is saved in "S:MiniED.con".
  129.  
  130. 4.  Scriptlanguages
  131.  
  132. If you select a language in the menu "Insert", a list appears.  With 
  133. a doubleclick the corresponding order is processed.  At the end of
  134. the questions a passage is inserted in the text.  At the moment
  135. no Frames and Usercommands are inserted.
  136. I worry about it as soon as the English V2 is released.  I presuppose the
  137. knowledge of the scriptlanguages as far as it is necessary.
  138. Files, which are called up by HTML, are always inserted 
  139. with a local path. For Internetpages this path must be deleted!
  140.  
  141.  
  142. 5.  Buffers
  143.  
  144. You can select a part of the text in the same way as in the menu  "Edit".
  145. You can save it then with  "copy in buffer".
  146. Therefore MiniED shows a list of buffers.
  147. With  "Get from buffers" you can insert this buffer in the text again.
  148.  
  149. 6.Text
  150. Here you can transform the special characters of HTML into ASCII or
  151. reverse.
  152.  
  153. Email:  Karsten-Schenk@gmx.net
  154.  
  155. 5.  My address:
  156.                 Karsten Schenk
  157.                 Auf dem Kampe 19
  158.                 D-30457 Hannover
  159.  
  160. PS: My English teacher will probably be terrified if he reads this.
  161. This English translation was mostly made by a translation program.
  162. Though I corrected it, I don´t know if there are still some
  163. bad mistakes in it.
  164.